home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / menuag.dir / 00118_BKRMXMEN.PIC.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  256 b   |  10 lines

  1. on mouseUp
  2.   hideMaxMenu()
  3.   repeat with i = 3 to 8
  4.     set the cursor of sprite i to [the number of member "aheadCursor", the number of member "aheadCursorMask"]
  5.   end repeat
  6.   repeat with i = 35 to 44
  7.     set the cursor of sprite i to 0
  8.   end repeat
  9. end
  10.